gtk/gskpango.c: Use g_snprintf()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 20 Nov 2017 07:05:28 +0000 (15:05 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 21 Nov 2017 06:22:23 +0000 (14:22 +0800)
commita687fd9aeb36d8397a90dd87b3e8cf4154a25203
tree9985536f9794af2c06df1297b1289a34f5756539
parent8059975f746ab01242e734425efdf7144d1af213
gtk/gskpango.c: Use g_snprintf()

This fixes the build of GTK+ master on Visual Studio 2013 (and possibly
others) as snprintf() may not be supported even if the required C99
features are supported by the compiler.

https://bugzilla.gnome.org/show_bug.cgi?id=773299
gtk/gskpango.c